'宣言 Public Overloads Function GetGlyphIndices( _ ByVal codePoints() As System.Integer _ ) As System.Short()
public System.short[] GetGlyphIndices( System.int[] codePoints )
パラメータ
- codePoints
- An array of USC4 code points from which to obtain nominal glyph indices. The array must be allocated and be able to contain the number of elements specified by codePointCount.
戻り値の型
a reference to an array of nominal glyph indices filled by this function.